﻿2026-06-13T11:09:52.5984352Z ##[group]Run actions/checkout@v5
2026-06-13T11:09:52.5985099Z with:
2026-06-13T11:09:52.5985467Z   fetch-depth: 0
2026-06-13T11:09:52.5985890Z   repository: SaberMage/spt-core
2026-06-13T11:09:52.5989692Z   token: ***
2026-06-13T11:09:52.5990065Z   ssh-strict: true
2026-06-13T11:09:52.5990441Z   ssh-user: git
2026-06-13T11:09:52.5990812Z   persist-credentials: true
2026-06-13T11:09:52.5991209Z   clean: true
2026-06-13T11:09:52.5991581Z   sparse-checkout-cone-mode: true
2026-06-13T11:09:52.5992011Z   fetch-tags: false
2026-06-13T11:09:52.5992378Z   show-progress: true
2026-06-13T11:09:52.5992769Z   lfs: false
2026-06-13T11:09:52.5993122Z   submodules: false
2026-06-13T11:09:52.5993503Z   set-safe-directory: true
2026-06-13T11:09:52.5994148Z ##[endgroup]
2026-06-13T11:09:52.6786971Z Syncing repository: SaberMage/spt-core
2026-06-13T11:09:52.6788861Z ##[group]Getting Git version info
2026-06-13T11:09:52.6789734Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-13T11:09:52.6790811Z [command]/usr/bin/git version
2026-06-13T11:09:52.6791258Z git version 2.43.0
2026-06-13T11:09:52.6801047Z ##[endgroup]
2026-06-13T11:09:52.6813113Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b695ad0e-260c-421d-9bbb-2e8a0692e9f6' before making global git config changes
2026-06-13T11:09:52.6814406Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:09:52.6816723Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T11:09:52.6857753Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-13T11:09:52.6880203Z https://github.com/SaberMage/spt-core
2026-06-13T11:09:52.6891872Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T11:09:52.6894730Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T11:09:52.6921457Z HEAD
2026-06-13T11:09:52.6960220Z ##[endgroup]
2026-06-13T11:09:52.6961875Z [command]/usr/bin/git submodule status
2026-06-13T11:09:52.7174629Z ##[group]Cleaning the repository
2026-06-13T11:09:52.7176008Z [command]/usr/bin/git clean -ffdx
2026-06-13T11:09:55.3451437Z Removing target/
2026-06-13T11:09:55.3462504Z [command]/usr/bin/git reset --hard HEAD
2026-06-13T11:09:55.3601808Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:09:55.3607459Z ##[endgroup]
2026-06-13T11:09:55.3610202Z ##[group]Disabling automatic garbage collection
2026-06-13T11:09:55.3613871Z [command]/usr/bin/git config --local gc.auto 0
2026-06-13T11:09:55.3642892Z ##[endgroup]
2026-06-13T11:09:55.3643504Z ##[group]Setting up auth
2026-06-13T11:09:55.3648879Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:09:55.3676124Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T11:09:55.3881321Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:09:55.3917721Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T11:09:55.4113379Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:09:55.4140175Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T11:09:55.4322325Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-13T11:09:55.4351546Z ##[endgroup]
2026-06-13T11:09:55.4352271Z ##[group]Fetching the repository
2026-06-13T11:09:55.4357726Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5:refs/remotes/pull/9/merge
2026-06-13T11:09:56.1687333Z From https://github.com/SaberMage/spt-core
2026-06-13T11:09:56.1688738Z    30fea7f..1588525  m9-gateway-wan -> origin/m9-gateway-wan
2026-06-13T11:09:56.1710045Z ##[endgroup]
2026-06-13T11:09:56.1710750Z ##[group]Determining the checkout info
2026-06-13T11:09:56.1711767Z ##[endgroup]
2026-06-13T11:09:56.1715148Z [command]/usr/bin/git sparse-checkout disable
2026-06-13T11:09:56.1764792Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-13T11:09:56.1790567Z ##[group]Checking out the ref
2026-06-13T11:09:56.1799868Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/9/merge
2026-06-13T11:09:56.1836886Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:09:56.1841092Z ##[endgroup]
2026-06-13T11:09:56.1876060Z [command]/usr/bin/git log -1 --format=%H
2026-06-13T11:09:56.1895291Z 3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5
